home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0617 / data.z / rMail.exe / 0 / RCDATA / TDEBUGDLG / TDEBUGDLG.txt
Text File  |  1996-10-21  |  1KB  |  59 lines

  1. object DebugDlg: TDebugDlg
  2.   Left = 606
  3.   Top = 498
  4.   Width = 406
  5.   Height = 191
  6.   Caption = 'DebugLog!'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnActivate = FormActivate
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Toolbar1: TtpToolBar
  16.     Left = 0
  17.     Top = 0
  18.     Width = 398
  19.     Height = 24
  20.     HelpContext = 1
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object ToolButton1: TtpToolButton
  24.       Left = 2
  25.       Top = 2
  26.       Width = 44
  27.       Height = 20
  28.       Caption = 'Close'
  29.       OnClick = ToolButton1Click
  30.       LeaveSpace = False
  31.       MinWidth = 25
  32.     end
  33.     object ToolButton2: TtpToolButton
  34.       Left = 48
  35.       Top = 2
  36.       Width = 25
  37.       Height = 20
  38.       AllowAllUp = True
  39.       GroupIndex = 1
  40.       Down = True
  41.       Caption = 'On'
  42.       OnClick = ToolButton2Click
  43.       LeaveSpace = False
  44.       MinWidth = 25
  45.     end
  46.   end
  47.   object Memo1: TMemo
  48.     Left = 0
  49.     Top = 24
  50.     Width = 398
  51.     Height = 140
  52.     Align = alClient
  53.     Lines.Strings = (
  54.       'Memo1')
  55.     ScrollBars = ssBoth
  56.     TabOrder = 1
  57.   end
  58. end
  59.